'Declaration Public Overloads Function GetTileImage( _
ByVal tileIndexThe zero based tile index.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As System.Int32, _
ByVal imageLoadingProgressDelegate of the image loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetTileImage(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings tileIndex,
System.Int32 decodingSettings,
System.EventHandler<ProgressEventArgs> imageLoadingProgress
)
public: Vintasoft.Imaging.VintasoftImage* GetTileImage(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* tileIndex,
System.Int32 decodingSettings,
System.EventHandler<ProgressEventArgs*>* imageLoadingProgress
)
Parameters
- tileIndex
- The zero based tile index.
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- imageLoadingProgress
- Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).
Return Value
Scaled image associated with the specified tile.